home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000072_news@columbia.edu _Mon Oct 16 10:09:36 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA24882
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 16 Oct 2000 10:09:35 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA02720
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 16 Oct 2000 10:09:35 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA09921
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 16 Oct 2000 09:40:43 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Kermit on a microcontroller
  14. Date: 16 Oct 2000 13:40:42 GMT
  15. Organization: Columbia University
  16. Message-ID: <8sf0gq$9lt$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8sevsh$i6j$1@coranto.ucs.mun.ca>,
  20. Jonathan MILLEY  <jmilley@tera.engr.mun.ca> wrote:
  21. : I'm thinking of doing a project which , useing some type of microcontroller
  22. : I would be able to carry small amounts of files with me.  
  23. : The purpose of which would be sort of a file store for my HP48G+.
  24. : I would like to find a Kermi server implementation which I could use to
  25. : accomplish this.  It would obviously need to be extensively modified to
  26. : handle my application, but if I can avoid rewriting an entire
  27. : implementation, it would be great.
  28. : If anyone knows of any source of help, or any simmilar projects, it would
  29. : be appreciated.
  30. Of course you could do it from scratch from the spec, but why bother unless
  31. you have to or really want to.  With operating systems like Linux running on
  32. devices as small as wristwatches:
  33.  
  34.   http://www.ibm.com/services/clippings/press_summary_0808_111860.html
  35.  
  36. there should be no longer any need do develop custom microprocessors for 
  37. applications like yours.  Just run an standard OS in a small device, and run
  38. standard software like C-Kermit:
  39.  
  40.   http://www.columbia.edu/kermit/ckermit.html
  41.  
  42. on the standard OS:
  43.  
  44. - Frank